home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / DirectMusic / 3DAudio / readme.txt < prev    next >
Text File  |  2001-10-10  |  2KB  |  54 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: 3DAudio Sample
  4. // 
  5. // Copyright (c) 2000-2001 Microsoft Corporation. All rights reserved.
  6. //
  7. // GM/GS« Sound Set Copyright ⌐1996, Roland Corporation U.S.
  8. // 
  9. //-----------------------------------------------------------------------------
  10.  
  11.  
  12.  
  13. Description
  14. ===========
  15.   The 3DAudio sample application shows how to create a 3-D audiopath in 
  16.   a DirectMusic performance, how to obtain an interface to a 3-D buffer 
  17.   and listener in that path, and how to modify the parameters of the buffer 
  18.   and listener.
  19.  
  20. Path
  21. ====
  22.   Source: DXSDK\Samples\Multimedia\DirectMusic\3DAudio
  23.  
  24.   Executable: DXSDK\Samples\Multimedia\DirectMusic\Bin
  25.  
  26. User's Guide
  27. ============
  28.   Click Segment File and load a wave, MIDI, or DirectMusic Producer segment 
  29.   file. Play the segment. The position of the sound source is shown as a red 
  30.   dot on the graph, where the x-axis is from left to right and the z-axis is 
  31.   from bottom to top. Change the range of movement on the two axes by using the 
  32.   sliders. 
  33.  
  34.   The listener is located at the center of the graph, and has its default 
  35.   orientation, looking along the positive z-axis; that is, toward the top of 
  36.   the screen. The sound source moves to the listener's left and right and to 
  37.   the listener's front and rear, but does not move above and below the listener.
  38.  
  39.   The sliders in the center of the window control the properties of the listener; 
  40.   that is, the global sound properties. If you click Defer Settings, changes are 
  41.   not applied until you click Apply Settings. 
  42.  
  43. Programming Notes
  44. =================
  45.   The 3DAudio sample is very similar in form to the PlayAudio sample.  For 
  46.   detailed programming notes on the basics this sample, refer to Programming 
  47.   Notes section of the PlayAudio sample.
  48.   
  49.  
  50.    
  51.  
  52.   
  53.  
  54.